Conversation
There was a problem hiding this comment.
You should not modify this file.
There was a problem hiding this comment.
You should not modify this file.
| * stat( __dirname, onStat ); | ||
| * | ||
| * function onStat( error, stats ) { | ||
| * if ( error ) { |
There was a problem hiding this comment.
You shouldn't be mixing tabs and spaces within JSDoc comments.
| @@ -0,0 +1,67 @@ | |||
| { | |||
| "name": "@stdlib/fs/stat", | |||
There was a problem hiding this comment.
The indentation in this file is incorrect.
|
|
||
| * * * | ||
|
|
||
| ## See Also | ||
|
|
||
| - <span class="package-name">[`@stdlib/fs/read-file`][@stdlib/fs/read-file]</span><span class="delimiter">: </span><span class="description">read the entire contents of a file.</span> | ||
| - <span class="package-name">[`node-fs-stats`][node-fs-stats]</span><span class="delimiter">: </span><span class="description">Official Node.js fs.Stats class.</span> |
There was a problem hiding this comment.
| * * * | |
| ## See Also | |
| - <span class="package-name">[`@stdlib/fs/read-file`][@stdlib/fs/read-file]</span><span class="delimiter">: </span><span class="description">read the entire contents of a file.</span> | |
| - <span class="package-name">[`node-fs-stats`][node-fs-stats]</span><span class="delimiter">: </span><span class="description">Official Node.js fs.Stats class.</span> |
You should not include content in this section.
corrections: Removed changes from @stdlib/fs/README.md, @stdlib/fs/docs/types/index.d.ts, @stdlib/fs/stat/lib/index.js files proper indentation on the @stdlib/fs/stat/package.json file consistent indentation using 2 spaces on the @stdlib/fs/stat/docs/types/index.d.ts file removed see also section from the @stdlib/fs/stat/README.md file remove check for runtime support of arg and let let the runtime handle the error.
Coverage Report
The above coverage report was generated for the changes in this PR. |
fixed License year from 2018 to 2026
|
😿 i am having issues with the examples file and the examples and usage sections in the readme's Hi, @kgryte please let me refactor to try and fix these issues, i was thinking it was because i did not set up my workspace correctly, or blaming windows OR, if you can see anything in my code that may be problematic, maybe you can help me point it out please |
fix: remove sync method overload and make options parameter optional
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
Resolves #2233.
Description
This pull request:
Related Issues
This pull request has the following related issues:
fs/stat#2233Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
I used AI assistance to understand stdlib's filesystem namespace conventions and codebase structure. Documentation was also drafted with AI support. All implementation decisions and final edits were made manually.
@stdlib-js/reviewers